IModule.ReadSdoInt64 method

Reads a long integer through Service Data Object (SDO).

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IKsCommand<long> ReadSdoInt64(
       ushort index,
       byte subIndex,
       bool completeAccess
)
Function ReadSdoInt64(
       index As UShort,
       subIndex As Byte,
       completeAccess As Boolean
) As IKsCommand(Of Long)

Parameters

index

Type: ushort

The index of the object to read in the object dictionary.

 

subIndex

Type: byte

The subindex of the object to read in the object dictionary.

 

completeAccess

Type: bool

true: Reads all subindexes. false: Reads a single subindex.

Return value

Type: IKsCommand<long>

Returns the states of a method and a long integer value.

See also

IModule Interface

IntervalZero.KINGSTAR.Base.Class Namespace